Get(DicomDataSet,DicomElement,object[]) Method

Summary

Gets the specified data from the DICOM data set and assigns it the corresponding property in each object in the instances array.

Syntax
C#
VB
C++
public static void Get( 
   this DicomDataSet ds, 
   DicomElement element, 
   object[] instances 
) 
<ExtensionAttribute()> 
Public Overloads Shared Sub Get( _ 
   ByVal ds As DicomDataSet, _ 
   ByVal element As DicomElement, _ 
   ByVal ParamArray instances() As Object _ 
)  
[ExtensionAttribute()] 
public: 
static void Get(  
   DicomDataSet^ ds, 
   DicomElement^ element, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to read the information from.

element
The element to retrieve the DICOM information from.

instances
The instances to update with DICOM information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly